


/********************************le corps******************************************/

body 
{
	*background:#F2F2F2;
	color: #024457;
	font-family: Arial, sans-serif;
	width: 100%;
	margin:auto;	
}


/********************************la balise figure******************************************/
figure
{
	width:125px;
	float:left;	
	margin-top:10px;
	padding-left:80px;
}


/********************************Le menu******************************************/

nav {
	width:237px;
	margin:auto;
	margin-top:0;
	border:0;
	padding-top:20px;
	position:relative;
	bottom:20px;
	font-size: 0.8em;
}
nav ul {
	*width:auto;
	list-style:none;
	padding:0;
	margin:0;
}
nav ul li {
	display:inline;
	float:left;
	*width:auto;
	padding:0;
	margin:0;
}
nav ul li a {
	display:block;
	background:#27567a;
	color:white;
	padding:4px 20px;
	margin:0 1px;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:bold;
}

nav ul li a:hover{
	background-color: #417196;
	color: #fff;
}
nav ul li ul {
	padding:0.5px 0 0 0;
	position:absolute;
	display:block;
	visibility:hidden;
	z-index:599;
}

nav ul li:hover ul {
	visibility:visible;
}
nav ul ul li {
	display:block;
	float:none;
	width:auto;
}
nav ul ul a {
	margin:1px;
}

nav .deployable{
	display:inline-block;
	padding-right:10px;
}
/********************************Le contenu de l'id content******************************************/

#content
{
	clear:both;
	width:55%;	
	margin:auto;
	padding:0 20px 20px 20px;
	min-height:360px;	
	border-radius:10px;
	border:1px solid #eee;
	margin-bottom:40px;
}


/********************************Le contenu de la balise <footer>******************************************/

/*footer p
{	
	clear:both;
	width:800px;
	margin:auto;
	color:white;
	text-align:center;
	font-family: Segoe UI,Verdana,Helvetica, Arial,sans-serif;
	font-size:1.5em;	
	background-color:rgb(180,180,180);
	border-radius:5px;
	margin-bottom:100px;
	line-height:35px;
}*/

/********************************divers******************************************/
#entete p
{
    padding:30px;
	width:600px;
	margin:auto;
	color: #024457;
	text-align:center;
	font-family: Verdana,Arial,sans-serif;
	font-size:1.2em;
	line-height:38px;
	height:38px;
	font-weight:bold;
}
#entete 
{
border-bottom:1px solid #eee;
background-image:linear-gradient(to right, white, #F8F8FF);
}

.titre
{
  clear:both;
  font-family: Verdana,Segoe UI, Helvetica , Arial, sans-serif;
  color: #024457;
  font-weight: normal;
  text-align:center;
  font-size:1.3em;
  margin:20px;
}

.important
{
	text-align:center;
	font-weight:bold;
	font-size:1.4em;
	color:blue;
	font-family:arial,sans-serif;
}
.alerte
{
	color:red;
	font-size:0.8em;
}

.rouge{
	color: red;
	text-decoration:blink;
}
.marge-sup{
	margin-top:80px;
}

/**********************************messages*****************************************/

.info, .success, .warning, .error, .validation {
font-family:Arial, Helvetica, sans-serif; 
text-align:center;
font-weight:bold;
font-size:13px;
border: 1px solid;
margin: 10px 0px;
padding:15px 10px 15px 50px;
background-repeat: no-repeat;
background-position: 10px center;
}
.info {
color: #00529B;
background-color: #BDE5F8;
background-image: url('../img/info.png');
}
.success {
color: #4F8A10;
background-color: #DFF2BF;
background-image:url('../img/success.png');
}
.warning {
color: #9F6000;
background-color: #FEEFB3;
background-image: url('../img/warning.png');
}
.error {
color: #D8000C;
background-color: #FFBABA;
background-image: url('../img/error.png');
}

.validation {
color: #D63301;
background-color: #FFCCBA;
background-image: url('../img/validation.png');
}

/************************************************formulaires*****************************************************************/
.conteneur fieldset, .conteneur form, .conteneur label, .conteneur legend
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
.conteneur  {
	color: #000;
	font: 14px Arial;
	padding: 0;
	position: relative;
	width: 400px;
	margin:auto;
}

.conteneur small{ font-size:10px;}
.conteneur b, .conteneur strong{ font-weight:bold;}
.conteneur a{ text-decoration: none; }
.conteneur a:hover{ text-decoration: underline; }
.left { float:left; }
.right { float:right; }
.alignleft { float: left; margin-right: 15px; }
.alignright { float: right; margin-left: 15px; }
.clearfix:after,.conteneur form:after 
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#contenu {
	
	background: #f9f9f9;
	background: -moz-linear-gradient(top,  rgba(248,248,248,1) 0%, rgba(249,249,249,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(248,248,248,1) 0%,rgba(249,249,249,1) 100%);
	background: -o-linear-gradient(top,  rgba(248,248,248,1) 0%,rgba(249,249,249,1) 100%);
	background: -ms-linear-gradient(top,  rgba(248,248,248,1) 0%,rgba(249,249,249,1) 100%);
	background: linear-gradient(top,  rgba(248,248,248,1) 0%,rgba(249,249,249,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#f9f9f9',GradientType=0 );
	-webkit-box-shadow: 0 1px 0 #fff inset;
	-moz-box-shadow: 0 1px 0 #fff inset;
	-ms-box-shadow: 0 1px 0 #fff inset;
	-o-box-shadow: 0 1px 0 #fff inset;
	box-shadow: 2px 1px 2px gray ;
	border: 1px solid #c4c6ca;
	margin: 0 auto;
	padding: 25px 0 0;
	position: relative;
	text-align: center;
	text-shadow: 0 1px 0 #fff;
	width: 400px;
	border-radius:5px;
}
#contenu label{
	font-weight:bold;
	color: #7E7E7E;
	float:left; 
	padding-left:10px;
}

#contenu form { margin: 0 20px; position: relative }
#contenu form input[type="text"],
#contenu form input[type="password"] ,
#contenu textarea {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0,0,0,0.08) inset;
	-moz-box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0,0,0,0.08) inset;
	-ms-box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0,0,0,0.08) inset;
	-o-box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0,0,0,0.08) inset;
	box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0,0,0,0.08) inset;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;	
	border: 1px solid #c8c8c8;
	color: #777;
	font: 13px Helvetica, Arial, sans-serif;
	margin: 0 0 10px;
	padding: 15px 10px 15px 40px;
	width: 80%;
}
#contenu form input[type="text"]:focus,
#contenu form input[type="password"]:focus ,#contenu textarea :focus{
	-webkit-box-shadow: 0 0 2px #1c24ed inset;
	-moz-box-shadow: 0 0 2px #1c24ed inset;
	-ms-box-shadow: 0 0 2px #1c24ed inset;
	-o-box-shadow: 0 0 2px #1c24ed inset;
	box-shadow: 0 0 2px #1c24ed inset;
	background-color: #fff !important;
	border: 1px solid #1c24ed;
	outline: none;
}

#username { background-position: 10px 10px !important }
#password { background-position: 10px -53px !important }

#contenu select
{
	width:340px;
	padding-left:37px;
	color:#777;
}
.obligatoire:after { content:"*";
	color:red;
	font-size:20px;
}
.obligatoire {position:relative;
		left: 6px;
}

#contenu form input[type="submit"] {
	background: rgb(254,231,154);
	background: -moz-linear-gradient(top,  rgba(254,231,154,1) 0%, rgba(254,193,81,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(254,231,154,1) 0%,rgba(254,193,81,1) 100%);
	background: -o-linear-gradient(top,  rgba(254,231,154,1) 0%,rgba(254,193,81,1) 100%);
	background: -ms-linear-gradient(top,  rgba(254,231,154,1) 0%,rgba(254,193,81,1) 100%);
	background: linear-gradient(top,  rgba(254,231,154,1) 0%,rgba(254,193,81,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fee79a', endColorstr='#fec151',GradientType=0 );
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	border-radius: 10px;
	-webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.8) inset;
	-moz-box-shadow: 0 1px 0 rgba(255,255,255,0.8) inset;
	-ms-box-shadow: 0 1px 0 rgba(255,255,255,0.8) inset;
	-o-box-shadow: 0 1px 0 rgba(255,255,255,0.8) inset;
	box-shadow: 0 1px 0 rgba(255,255,255,0.8) inset;
	border: 1px solid #D69E31;
	color: #85592e;
	cursor: pointer;
	*float: left;
	font: bold 15px Helvetica, Arial, sans-serif;
	height: 35px;
	margin: 0px 0 20px 15px;
	position: relative;
	text-shadow: 0 1px 0 rgba(255,255,255,0.5);
	width: 120px;
}

#contenu form input[type="submit"]:hover {
	background: rgb(254,193,81);
	background: -moz-linear-gradient(top,  rgba(254,193,81,1) 0%, rgba(254,231,154,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(254,193,81,1) 0%,rgba(254,231,154,1) 100%);
	background: -o-linear-gradient(top,  rgba(254,193,81,1) 0%,rgba(254,231,154,1) 100%);
	background: -ms-linear-gradient(top,  rgba(254,193,81,1) 0%,rgba(254,231,154,1) 100%);
	background: linear-gradient(top,  rgba(254,193,81,1) 0%,rgba(254,231,154,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fec151', endColorstr='#fee79a',GradientType=0 );
}
#contenu form div a {
	color: #004a80;
    float: right;
    font-size: 12px;
    margin: 30px 15px 0 0;
    text-decoration: underline;
}
#contenu .indication {color:red; font-size:0.7em; text-align: right;}

/******************************tableau *****************************************************/
.tableau {
  width: 100%;
  overflow: hidden;
  background: #FFF;
  color: #024457;
  border-radius: 10px;
  border: 1px solid #167F92;
  border-collapse:collapse;
}
.tableau tr {
  border: 1px solid #D9E4E6;
}
.tableau tr:nth-child(odd) {
  background-color: #EAF3F3;
}
.tableau th {
  display: none;
  border: 1px solid #FFF;
  background-color: #167F92;
  color: #FFF;
  padding: 1em;
}
.tableau th:first-child {
  display: table-cell;
  text-align: center;
}
.tableau th:nth-child(2) {
  display: table-cell;
}
.tableau th:nth-child(2) span {
  display: none;
}
.tableau th:nth-child(2):after {
  content: attr(data-th);
}
@media (min-width: 480px) {
  .tableau th:nth-child(2) span {
    display: block;
  }
  .tableau th:nth-child(2):after {
    display: none;
  }
}
.tableau th:first-child {
  border-top-left-radius: 5px;
}
.tableau th:last-child {
  border-top-right-radius: 5px;
}
.tableau td {
  display: block;
  word-wrap: break-word;
  max-width: 7em;
}
.tableau td:first-child {
  display: table-cell;
  text-align: center;
  border-right: 1px solid #D9E4E6;
}
@media (min-width: 480px) {
  .tableau td {
    border: 1px solid #D9E4E6;
  }
}
.tableau th, .tableau td {
  text-align: center;
  margin: .5em 1em;
}
@media (min-width: 480px) {
  .tableau th, .tableau td {
    display: table-cell;
    padding: 1em;
  }
}

.tableau tr:hover td {
  background: #4E5066;
  color: #FFFFFF;
  border-top: 1px solid #22262e;
  border-bottom: 1px solid #22262e;
}

/*****************************************tableau simple*********************************************************/
.tab{
	background: #f9f9f9;
	margin: 0 auto;
	padding: 0;
	position: relative;
	text-align: center;
	width: 500px;	
	border: 1px solid #c4c6ca;
	*border-collapse:collapse;
	border-radius:10px;	
}
.tab th, .tab td{
	line-height:40px;
	border-bottom: 1px solid #c4c6ca;
}
.tab tr:last-child td, .tab tr:last-child th{
	border-bottom: 1px solid #f9f9f9;
}
.tab td{
	border-right: 1px solid #c4c6ca;
}

/*************************************bouton************************************************************************/
.btn {
	-moz-box-shadow: 0px 1px 0px 0px #fff6af;
	-webkit-box-shadow: 0px 1px 0px 0px #fff6af;
	box-shadow: 0px 1px 0px 0px #fff6af;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffec64), color-stop(1, #ffab23));
	background:-moz-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-webkit-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-o-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-ms-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec64', endColorstr='#ffab23',GradientType=0);
	rgb(254,231,154);
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #D69E31;;
	display:inline-block;
	cursor:pointer;
	white-space: nowrap;
	color: #85592e;
	font-size:16px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffee66;
	display:block;
	width:250px;
  margin:auto;
  margin-bottom: 10px;
  margin-top:10px;
  text-align:center;
  vertical-align: middle;
  padding: 6px 12px;
  line-height: 1.42857;
}
.btn:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffab23), color-stop(1, #ffec64));
	background:-moz-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:-webkit-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:-o-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:-ms-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:linear-gradient(to bottom, #ffab23 5%, #ffec64 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffab23', endColorstr='#ffec64',GradientType=0);
	background-color:#ffab23;
}
.btn:active {
	position:relative;
	top:1px;
}
/*.btn {
  color: #85592e;
  background: linear-gradient(top,  rgba(254,231,154,1) 0%,rgba(254,193,81,1) 100%);  
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fee79a', endColorstr='#fec151',GradientType=0 );
  font-weight:bold;
  background: rgb(254,231,154); 
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid #D69E31;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 4px;
  text-decoration:none;
  display:block;
  width:250px;
  margin:auto;
  margin-bottom: 10px;
  margin-top:10px;
}

.btn:hover {
	background: rgb(254,193,81);
	background: linear-gradient(top,  rgba(254,193,81,1) 0%,rgba(254,231,154,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fec151', endColorstr='#fee79a',GradientType=0 );
}*/

/*************************************l'espace du compte************************************************************************/
.compte
{
	float:right;
	font-size:0.8em;
	padding-right:100px;	
}
.compte a
{
	color:blue;
	text-decoration:none;
}
.compte a:hover
{
	color:orange;
	text-decoration:underline;
}

